/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}*/

/*html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

/*article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:after,
*:before {
  box-sizing: border-box;
} 
  */


.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.sepa {
  width: 90%;
  height: 1px;
  margin: 0px auto;
  border-top: 1px dashed #ecf0f1;
}

.noselect {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pause-anim {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@-webkit-keyframes svg_outline {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svg_outline {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes svg_outline_hide {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@keyframes svg_outline_hide {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@-webkit-keyframes svg_fill_active {
  100% {
    fill: #72e227;
    fill-opacity: 1;
  }
}
@keyframes svg_fill_active {
  100% {
    fill: #72e227;
    fill-opacity: 1;
  }
}
@-webkit-keyframes svg_fill_inactive {
  100% {
    fill: #ebebeb;
    fill-opacity: 1;
  }
}
@keyframes svg_fill_inactive {
  100% {
    fill: #ebebeb;
    fill-opacity: 1;
  }
}
@-webkit-keyframes svg_stroke_inactive {
  100% {
    stroke: #ebebeb;
  }
}
@keyframes svg_stroke_inactive {
  100% {
    stroke: #ebebeb;
  }
}
@-webkit-keyframes svg_stroke_active {
  100% {
    stroke: #72e227;
  }
}
@keyframes svg_stroke_active {
  100% {
    stroke: #72e227;
  }
}
/*
body {
  overflow: hidden;
}
  */

.loaded .bg3 {
  opacity: 0.8;
}

.bg3 {
  width: 100vw;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  transition: 1s opacity ease-out;
  z-index: 2.1;
  padding: 0;
  margin: 0;
  left: 0;
}
.bg3 polygon {
  opacity: 0;
  transform-origin: center center;
}